Copies the range of elements from the collection to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub CopyTo ( _
	array As T(), _
	index As Integer _
)
C#
public void CopyTo(
	T[] array,
	int index
)

Parameters

array
Type: array<T>[]()[][]
One-dimensional zero-based array that is the destination of the elements copied from the collection.
index
Type: System..::..Int32
A zero-based index in the destination array at which copying begins.

Implements

ICollection<(Of <(<'T>)>)>..::..CopyTo(array<T>[]()[][], Int32)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also